home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / games / escape.swf / scripts / frame_17 / DoAction.as
Encoding:
Text File  |  2005-08-23  |  206 b   |  11 lines

  1. _root.mySound.attachSound("s_clear01.wav");
  2. _root.mySound.start([0,1]);
  3. this.onEnterFrame = function()
  4. {
  5.    if(Key.isDown(82))
  6.    {
  7.       mySound.stop();
  8.       _root.gotoAndStop("start");
  9.    }
  10. };
  11.